[t:/]$ 지식_

Latex 연습

2011/01/28

1.

설치

http://www.ktug.or.kr/xe/

2.

관심 학회 홈페이지 입장.

3.

컨퍼런스 일정 및 차례차례 확인

call of paper http://www.usenix.org/events/atc12/cfp/

deadlines http://papers.usenix.org/hotcrp/atc12/deadlines

web submission http://papers.usenix.org/hotcrp/atc12/

4.

submission requirement http://www.usenix.org/events/atc12/cfp/requirements.html
템플릿 다운로드 (.la, sty)

5.

.la 파일을 내 파일로 복사해서 채워넣기

6.

표를 만드려면, array, multicol, multirow 추가

\usepackage{usenix,epsfig,endnotes,array,multicol,multirow}

7.

표 예제

\begin{table*}[hbtp]
\centering
\begin{tabular}{|c||c| c| c| c| c| c| }\hline
Item & DRAM & FRAM &PCM & MRAM & STT-MRAM & NAND \\ \hline \hline

Maturity & Product & Product & Product & Product & Prototype & Product \\
\hline \parbox{5em}{\vspace{1mm}\centering Byte\\ \centering Addressable \\ \vspace{1mm}} & YES & YES & YES& YES & YES & NO \\
\hline Non-volatile & NO & YES & YES & YES & YES & YES\\
\hline Read & 10ns & 75ns & 20ns & 12ns & 10ns & 25us \\
\hline Write & 10ns & 50ns & 100ns & 12ns & 10ns & 200us\\
\hline Erase &none & none & none & none & none & 2ms\\
\hline \parbox{5em}{\vspace{1mm}\centering Program \\ \centering Energy \\ \vspace{1mm}} & 2pJ & 2pJ & 100pJ & 120pJ & 0.02pJ & 10nJ \\
\hline Cell Size & 6$F^2$ & 6$F^2$ & 5$F^2$ & 20$F^2$ & 4$F^2$ & 4$F^2$ \\
\hline Endurance & $10^{16}$ & $10^{15}$ & $10^5$ & $10^{16}$ &$10^{16}$ & $10^5$ \\ \hline
%Prototype Size && 64Mbit & 512Mbit & 16MBit & & \\ \hline
\end{tabular}
\caption{Non-volatile Memory Characteristics~\cite{kryder2009after}}
\label{tab:NVRAM}
\end{table*}

8.

jpg 넣기

\begin{figure}[t]
\begin{center}
%\begin{picture}(300,150)(0,200)
\includegraphics[width=0.4\textwidth]{stunned_dog.jpg}
%\put(-15,-30){\special{psfile = fig1.ps hscale = 50 vscale = 50}}
%\end{picture}\\
\end{center}
\caption{Wonderful Flowchart}
\end{figure}

9.

%쓰기

\%

10.

레퍼런스 넣기

구글 스콜라에서 bibtex 활성화
잘라다 넣고 파일로 저장 (ref.bib)

\bibliography{ref}}
~\cite{Chaum1981,Diffie1976}

bibtex 한 번 돌려야 함.

11.

엑셀에서 만든 표 Latex로 변환하는 매크로
http://www.blueechos.net/505

고정폭 지정이냐 아니냐 결정해서 가져다 붙임.

12.

http://yu.ac.kr/~leejy/data/excel_graph.pdf 엑셀 그래프 LaTex로





공유하기













[t:/] is not "technology - root". dawnsea, rss